home *** CD-ROM | disk | FTP | other *** search
Wrap
  Click Item Inherits from: Window Item _____________________________________________________   name *193* Type: string Description: Used by the primitive find-item to find a «Click Item» by name. _____________________________________________________   owner *193* Type: Window Constraints: Not settable. Description: If «Click Item» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL. _____________________________________________________   active? *193* Type: boolean Constraints: Not settable on default. Description: «Click Item» responds to clicks only if the value of this attribute is TRUE. _____________________________________________________   visible? *193* Type: boolean Description: «Click Item» is displayed in the owning «Window» if and only if the value of this attribute is TRUE. Side effects: Setting causes «Click Item» to be redrawn in the owning «Window». _____________________________________________________   move? *194* Type: boolean Description: The location of «Click Item» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   grow? *194* Type: boolean Description: The size of «Click Item» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   location *194* Type: Point Description: The location of the upper left corner of «Click Item» in owning «Window». Side effects: Setting causes «Click Item» to be redrawn. _____________________________________________________   size *194* Type: Point Description: Offset of lower right corner of «Click Item» from upper left corner. Side effects: Setting causes «Click Item» to be redrawn. _____________________________________________________   balloon *194* Type: list Description: Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help. _____________________________________________________   click method *195* Type: string Description: The name of the method called when a click occurs on the «Click Item». «Click Item» responds to clicks only if the value is a nonempty string. Method inputs: <owning «Window»>, «Click Item», <EventRecord of click>